{% extends "base.html" %} {% block content %} Back
most_common_per_category

In this notebook we are going to find the most commont words per category


First we need to import all the needed libraries for this project
We our going to use:

  • matplotlib
  • pandas
  • wordcloud
  • sys
{% endblock %}